home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / tex / tex29 / sttexmac.zoo / macros / fig2tex.tex < prev    next >
Encoding:
Text File  |  1988-10-16  |  392 b   |  18 lines

  1. % for use with LaTeX, comment out the following lines
  2. %\font\sevrm=cmr7
  3. %\font\twltt=cmtt12
  4. %\def\mbox=\relax
  5.  
  6. % constants
  7. \let\pics=2
  8. \let\dottedpics=1
  9. \let\nopics=0
  10.  
  11. % commands to change picture drawing mode
  12. \newcommand{\nopictures}{\let\picturemode=\nopics}
  13. \newcommand{\dottedpictures}{\let\picturemode=\dottedpics}
  14. \newcommand{\pictures}{\let\picturemode=\pics}
  15.  
  16. % set default
  17. \pictures
  18.